home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / eb.cst / 00100_Field_picture.txt < prev    next >
Text File  |  1999-09-22  |  423b  |  17 lines

  1. on enterframe
  2.   global chaspcursor,handcur
  3.   set handcur to [the number of cast "HC1",the number of cast "HC2"]
  4.   SET THE CURSOR OF SPRITE 95 TO HANDCUR
  5.   SET THE CURSOR OF SPRITE 96 TO HANDCUR
  6.   CHASPCURSOR HANDCUR,55,56
  7.   CHASPCURSOR HANDCUR,109,120
  8.   
  9.   global cspname,cspchannel
  10.   set cspname to "cpic"
  11.   set cspchannel to 109
  12. end
  13.  
  14. on exitframe
  15.   global mainframe
  16.   set mainframe to the framelabel
  17.   end